projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcf8cfe
)
* lread.c (load_path_check): Now static.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 7 Jul 2012 19:33:28 +0000
(12:33 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 7 Jul 2012 19:33:28 +0000
(12:33 -0700)
src/ChangeLog
patch
|
blob
|
history
src/lread.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 97f547d84cbddc84308dcd7ee49fd62999ee2fae..30f1fc7e6bd72cd6b1cefde22a02d81a3d2cef9c 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,7
@@
2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
+ * lread.c (load_path_check): Now static.
+
Fix some minor --with-ns problems found by static checking.
* frame.c (Ftool_bar_pixel_width) [!FRAME_TOOLBAR_WIDTH]:
(x_set_font) [!HAVE_X_WINDOWS]:
diff --git
a/src/lread.c
b/src/lread.c
index 92c9e0d5ab3ad9458d6ad975f5cc6ec7580b81e4..6b6231a8f11d6c422bbf96bb5463c8fd3c557dfc 100644
(file)
--- a/
src/lread.c
+++ b/
src/lread.c
@@
-4061,7
+4061,7
@@
defvar_kboard (struct Lisp_Kboard_Objfwd *ko_fwd,
\f
/* Check that the elements of Vload_path exist. */
-void
+
static
void
load_path_check (void)
{
Lisp_Object path_tail;